home *** CD-ROM | disk | FTP | other *** search
- #include "c:\tpw\owl\windows.h"
-
- ABORTDIAG DIALOG DISCARDABLE LOADONCALL PURE MOVEABLE 16, 36, 168, 50
- STYLE WS_TILED | WS_VISIBLE | WS_CAPTION | WS_SYSMENU | 0x80L
- CAPTION "Printing"
- BEGIN
- CONTROL "&Cancel" 100, "BUTTON", WS_CHILD | WS_VISIBLE |
- WS_TABSTOP, 57, 26, 58, 16
- CONTROL "Press Esc or select Cancel to stop." -1, "STATIC",
- WS_CHILD | WS_VISIBLE | 0x1L, 8, 10, 152, 10
- END
-